home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / edit / jwpsrc.zip / IDM.H < prev    next >
Text File  |  1993-03-21  |  5KB  |  123 lines

  1. /* Copyright (C) Stephen Chung, 1991-1992.  All rights reserved. */
  2.  
  3. /* Menu ID's start at 16896 (0x4200) */
  4.  
  5. #define  IDM_FILE               16896
  6. #define  IDM_FILENEW            16897
  7. #define  IDM_FILEOPEN           16898
  8. #define  IDM_FILECLOSE          16899
  9. #define  IDM_FILESAVE           16900
  10. #define  IDM_FILESAVEAS         16901
  11. #define  IDM_FILEPRINT          16902
  12. #define  IDM_FILEPREVIEW        16903
  13. #define  IDM_FILEPRINTER        16904
  14. #define  IDM_FILEEXIT           16906
  15. #define  IDM_FILEABOUT          16907
  16. #define  IDM_FILESUMMARY        16908
  17. #define  IDM_FILEHEADERS        16909
  18. #define  IDM_FILEFIND           16910
  19. #define  IDM_FILERUN            16911
  20. #define  IDM_VIEW               16912
  21. #define  IDM_VIEWDRAFT          16913
  22. #define  IDM_VIEWRULER          16914
  23. #define  IDM_VIEWSTATUS         16915
  24. #define  IDM_VIEWRIBBON         16916
  25. #define  IDM_VIEWSPECIAL        16918
  26. #define  IDM_VIEWGLOSSARY       16917
  27. #define  IDM_EDIT               16928
  28. #define  IDM_EDITCUT            16930
  29. #define  IDM_EDITCOPY           16931
  30. #define  IDM_EDITPASTE          16932
  31. #define  IDM_EDITCLEAR          16933
  32. #define  IDM_EDITSEARCH         16934
  33. #define  IDM_EDITREPLACE        16935
  34. #define  IDM_EDITUNDO           16936
  35. #define  IDM_EDITREDO           16937
  36. #define  IDM_EDITSELECTALL      16938
  37. #define  IDM_KANJI              16944
  38. #define  IDM_KANJICONVERT       16945
  39. #define  IDM_KANJILCONVERT      16959       /* Not generated from menu */
  40. #define  IDM_KANJILOOKUP        16946
  41. #define  IDM_KANJIREVERSE       16947
  42. #define  IDM_KANJIINFO          16948
  43. #define  IDM_KANJIINPUT         16949
  44. #define  IDM_KANJITABLE         16950
  45. #define  IDM_FORMAT             16960
  46. #define  IDM_FORMATFONT         16961
  47. #define  IDM_FORMATCHARACTER    16962
  48. #define  IDM_FORMATPARAGRAPH    16963
  49. #define  IDM_FORMATDOCUMENT     16964
  50. #define  IDM_FORMATPAGE         16965
  51. #define  IDM_UTILITIES          16976
  52. #define  IDM_UTILITIESOPTIONS   16977
  53. #define  IDM_UTILITIESHOTKEYS   16978
  54. #define  IDM_UTILITIESSTAT      16979
  55. #define  IDM_UTILITIESDICT      16980
  56. #define  IDM_UTILITIESGLOSSARY  16981
  57. #define  IDM_UTILITIESFONTS     16982
  58. #define  IDM_UTILITIESCONVERT   16983
  59. #define  IDM_WINDOW             16992
  60. #define  IDM_WINDOWCASCADE      16993
  61. #define  IDM_WINDOWTILE         16994
  62. #define  IDM_WINDOWARRANGE      16995
  63. #define  IDM_WINDOWCLOSE        16996
  64. #define  IDM_HELP               17009
  65. #define  IDM_HELPINDEX          17010
  66. #define  IDM_HELPINTRODUCTION   17011
  67. #define  IDM_HELPENTERTEXT      17012
  68. #define  IDM_HELPMOVING         17013
  69. #define  IDM_HELPKANJIS         17014
  70. #define  IDM_HELPSPECIAL        17015
  71. #define  IDM_HELPFILES          17016
  72. #define  IDM_HELPPRINTING       17017
  73. #define  IDM_HELPTECHSUPPORT    17018
  74. #define     IDM_HELPONHELP            17019
  75. #define  IDM_HELPSEARCH         17020
  76. #define  IDM_TOGGLEMODE         18000       /* Not generated from menu */
  77. #define  IDM_TOGGLEGLOSSARY     18001       /* Not generated from menu */
  78. #define  IDM_CONTINUESEARCH     18002       /* Not generated from menu */
  79. #define  IDM_FILE1              18010
  80. #define  IDM_FILE2              18011
  81. #define  IDM_FILE3              18012
  82. #define  IDM_FILE4              18013
  83.  
  84. /* Help topic maps */
  85.  
  86. #define Topic_Introduction      5
  87. #define Topic_EnterText         10
  88. #define Topic_MovingAround      15
  89. #define Topic_ManagingKanjis    20
  90. #define Topic_SpecialFeatures   25
  91. #define Topic_WorkingWithFiles  30
  92. #define Topic_Printing          35
  93. #define Topic_TechnicalSupport  40
  94. #define Topic_GNUGPL            99
  95.  
  96. /* The toolbar ID is 127.  Remember that only the high byte is looked   */
  97. /* at when determining whether a WM_COMMAND message is generated by a   */
  98. /* toolbar.  Consequently, there CANNOT be any other menu ID's with the */
  99. /* high byte equal to ID_TOOLBAR.                                       */
  100.  
  101. #define  ID_TOOLBAR           127
  102.  
  103. #define  ID_KANA                1       /* Toolbar button ID's */
  104. #define  ID_ASCII               2
  105. #define  ID_CONVERT             3
  106. #define  ID_BOLD               11
  107. #define  ID_ITALICS            12
  108. #define  ID_UNDERLINE          13
  109. #define  ID_REVERSE            14
  110. #define  ID_HOLLOW             15
  111. #define  ID_SHADOW             16
  112. #define  ID_GLOSSARY           21
  113. #define  ID_SPECIAL            22
  114. #define  ID_LEFTRIGHT          51
  115. #define  ID_UPDOWN             52
  116. #define  ID_FONTBOX            91
  117.  
  118. /* The ID for the first file window.  The MDI system will automatically */
  119. /* select sequential ID's for new file windows.  256 is 0x0100.  The    */
  120. /* next group of ID's used so far are the menu ID's starting at 0x4200. */
  121.  
  122. #define  ID_FIRSTFILE         256
  123.